ReactiveShellContent class¶
Attributes: [DebuggerDisplay("{ViewModel}, {Contract}")]
Defined in
Namespace: ReactiveUI.Reactive.Maui
Assembly: ReactiveUI.Maui.Reactive.dll
Full name: ReactiveUI.Reactive.Maui.ReactiveShellContent<T>
Modifiers: public
Summary¶
Represents reactive shell content for a view model.
Applies to
net10.0, net10.0-android36.0, net10.0-ios26.0, net10.0-macos26.0, net10.0-windows10.0.19041, net10.0-browserwasm1.0, net10.0-desktop1.0, net10.0-maccatalyst26.0, net10.0-tvos26.0, net9.0-desktop1.0, net9.0-windows10.0.19041
Class hierarchy
classDiagram
class ReactiveShellContent~T~
class ShellContent
ShellContent <|-- ReactiveShellContent~T~
class IActivatableView {
<>
}
IActivatableView <|.. ReactiveShellContent~T~
Inherits from: ShellContent
Implements: IActivatableView
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Initializes a new instance of the [ReactiveShellContent](# class. |
Properties¶
| Name | Summary |
|---|---|
| ViewModel | Gets or sets the view model. |
| Contract | Gets or sets the contract for the view. |
Fields¶
| Name | Summary |
|---|---|
| static ContractProperty | The contract property. |
| static ViewModelProperty | The view model property. |